* make-docfile.c: Doc fix.
authorJim Blandy <jimb@redhat.com>
Mon, 24 May 1993 18:05:21 +0000 (18:05 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 24 May 1993 18:05:21 +0000 (18:05 +0000)
lib-src/make-docfile.c

index 04b05f55eb08bc6ffcf904ea45b4fea6cd585255..ee149b503edc0b496dd378c0aaa75c500987064b 100644 (file)
@@ -66,7 +66,7 @@ main (argc, argv)
     err_count += scan_file (argv[i]);  /* err_count seems to be {mis,un}used */
 #ifndef VMS
   exit (err_count);                    /* see below - shane */
-#endif VMS
+#endif /* VMS */
 }
 
 /* Read file FILENAME and output its doc strings to outfile.  */